Problem Note 35904: Error messages might occur when writing a member to a SAS library in a UNIX File System directory
When writing a member to a SAS Library in the UNIX File System directory, the following error messages might occur:
ERROR: Member or library libref.member.DATA unavailable for use.
WARNING: The data set libref.member was only partially opened and will not be saved.
These errors might be caused by the presence of a temporary copy of the member that is left over from a previous write operation.
This temporary copy of the member can be identified by performing the folowing steps:
- List the contents of the UFS directory to which libref is assigned.
- Look for a file named member.sasengine-type.new, where engine-type is a 5 character string that identifies the engine and the type of the member. For example, the temporary copy of a SAS data set produced by the BASE engine would be a file named member.sas7bdat.new.
If a temporary copy exists (that is, a file with a .new extension), delete the .new file and re-submit the SAS statements that caused the original error.
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2014-12-24 14:23:22 |
Date Created: | 2009-05-13 09:47:38 |